PrintDocument for WinForms
UserCellGroup コンストラクタ(Point[])


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroup クラス > UserCellGroup コンストラクタ : UserCellGroup コンストラクタ(Point[])
The list of cell coordinates to include in the group, each cell is identified by a System.Drawing.Point structure as follows:
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a list of cell coordinates, in the group.
シンタックス
'宣言
 
Public Function New( _
   ByVal ParamArray cells() As System.Drawing.Point _
)
'使用法
 
Dim cells() As System.Drawing.Point
 
Dim instance As New UserCellGroup(cells)
public UserCellGroup( 
   params System.Drawing.Point[] cells
)

パラメータ

cells
The list of cell coordinates to include in the group, each cell is identified by a System.Drawing.Point structure as follows:
  • System.Drawing.Point.X is the column index of the cell;
  • System.Drawing.Point.Y is the row index of the cell.
参照

UserCellGroup クラス
UserCellGroup メンバ
オーバーロード一覧